home *** CD-ROM | disk | FTP | other *** search
/ Forging America - The Int…ive History of Bethlehem / ForgingAmerica.iso / pc / buildsintroduction.dxr / template elements_2_hold frame with sound.ls < prev    next >
Encoding:
Text File  |  2003-01-01  |  129 b   |  10 lines

  1. global paused
  2.  
  3. on exitFrame
  4.   if paused = 1 then
  5.     go(the frame)
  6.   else
  7.     sound(1).play(member(the frameLabel))
  8.   end if
  9. end
  10.